Describes explicit and implicit linking to a dll 描述與dll的顯式鏈接和隱式鏈接。
Attribute to disable implicit link demands 屬性來(lái)禁用隱式鏈接要求。
Implicit link process definition 隱含鏈結(jié)處理定義
A process using implicit linking is also terminated if any of the dlls it is linked to have a dllmain function that fails 如果一個(gè)使用隱式連接的過(guò)程在開(kāi)始時(shí)找不到dll ,將被系統(tǒng)終止。
With implicit linking , the executable using the dll links to an import library ( . lib file ) provided by the maker of the dll 使用隱式連接時(shí),可執(zhí)行部分將dll連接到一個(gè)輸入庫(kù)( lib文件) 。
Note implicit linking is sometimes referred to as static load or load - time dynamic linking . explicit linking is sometimes referred to as dynamic load or run - time dynamic linking 隱式連接有時(shí)指靜態(tài)載入或載入時(shí)動(dòng)態(tài)連接。顯式連接有時(shí)指動(dòng)態(tài)載入或運(yùn)行時(shí)動(dòng)態(tài)連接。